dynamic sql statements造句
例句與造句
- Dynamic sql statement cache details
動(dòng)態(tài)sql statement緩存細(xì)節(jié) - For dynamic sql statements , authorization takes place on a per statement basis
對于動(dòng)態(tài)sql語句,授權(quán)針對每個(gè)語句進(jìn)行。 - Package cache memory allocated to store both static and dynamic sql statements
包緩存為存儲靜態(tài)和動(dòng)態(tài)sql語句而分配的內(nèi)存。 - Package cache - memory allocated to store both static and dynamic sql statements
Package cache用于存儲靜態(tài)和動(dòng)態(tài)sql語句的內(nèi)存 - This is in contrast to a dynamic sql statement , whose syntax is not known until run - time
反之就是動(dòng)態(tài)sql語句,其語法直到運(yùn)行時(shí)才知道。 - It's difficult to find dynamic sql statements in a sentence. 用dynamic sql statements造句挺難的
- However , most applications use prepared statements rather than dynamic sql statements , so i won t delve into this
但是,多數(shù)應(yīng)用程序使用預(yù)備語句而不是動(dòng)態(tài)sql語句,所以我不想深入這一部分。 - Therefore , a set offsets statement specified in dynamic sql does not have any effect on any statements following the dynamic sql statement
因此,動(dòng)態(tài)sql中指定的set offsets語句對動(dòng)態(tài)sql語句之后的任何語句無效。 - For dynamic sql statements , the sql string argument is captured from the statement execution call before the monitoring advice uses it
對于動(dòng)態(tài)sql語句, sql字符串參數(shù)在監(jiān)視建議使用它之前,從語句執(zhí)行調(diào)用中被捕捉。 - Therefore , a set fips flagger statement specified in dynamic sql does not have any effect on any statements following the dynamic sql statement
因此,在動(dòng)態(tài)sql中指定的set fips _ flagger語句對動(dòng)態(tài)sql語句之后的任何語句無效。 - All data , including dynamic sql statements , user input data , user output data , and character fields in the sqlca , is interpreted based on this code page
所有數(shù)據(jù),包括動(dòng)態(tài)sql語句、用戶輸入數(shù)據(jù)、用戶輸出數(shù)據(jù)以及sqlca中的字符字段,都是基于該代碼頁進(jìn)行解釋的。 - Before a transact - sql query , batch , stored procedure , trigger , prepared statement , or dynamic sql statement begins execution on an instance of microsoft sql server , it is compiled into a query plan by the sql server database engine query optimizer
在對microsoft sql server實(shí)例開始執(zhí)行transact - sql查詢、批處理、存儲過程、觸發(fā)器、已準(zhǔn)備好的語句或動(dòng)態(tài)sql語句之前,它已由sql server數(shù)據(jù)庫引擎查詢優(yōu)化器編譯為查詢計(jì)劃。 - Object names used with all data definition language statements such as create , alter , or drop statements , dbcc statements , execute and dynamic sql statements should be qualified with the name of the object schema if other users are to use the stored procedure
如果有其他用戶要使用存儲過程,則用于所有數(shù)據(jù)定義語言( ddl )語句(例如create 、 alter或drop語句, dbcc語句, execute和動(dòng)態(tài)sql語句)的對象名應(yīng)該用該對象架構(gòu)的名稱來限定。 - Inside a stored procedure , object names used in all data definition language statements such as create , alter , or drop statements , dbcc statements , execute and dynamic sql statements must be qualified with the name of the object schema if users other than the stored procedure owner are to use the stored procedure
如果用戶不是存儲過程所有者,則在使用存儲過程時(shí),必須使用對象架構(gòu)名稱對存儲過程內(nèi)所有數(shù)據(jù)定義語言( ddl )語句(例如create 、 alter或drop語句、 dbcc語句、 execute和動(dòng)態(tài)sql語句)中使用的對象名稱進(jìn)行限定。